home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / javax / accessibility / resources / accessibility.properties < prev   
Encoding:
Text File  |  1979-12-31  |  2.1 KB  |  107 lines

  1. # @(#)accessibility.properties    1.2 99/06/24
  2. #
  3. # This properties file is used to create a PropertyResourceBundle
  4. # It contains Locale specific strings used be the Accessibility package.
  5. #
  6. # When this file is read in, the strings are put into the 
  7. # defaults table.  This is an implementation detail of the current
  8. # workings of Accessibility.  DO NOT DEPEND ON THIS.  
  9. # This may change in future versions of Accessibility as we improve 
  10. # localization support.
  11. #
  12. # @version 1.2 06/24/99
  13. # @author  Lynn Monsanto
  14.  
  15. #
  16. # accessible roles
  17. #
  18. alert=alert
  19. awtcomponent=AWT component
  20. checkbox=check box
  21. colorchooser=color chooser
  22. columnheader=column header
  23. combobox=combo box
  24. canvas=canvas
  25. desktopicon=desktop icon
  26. desktoppane=desktop pane
  27. dialog=dialog
  28. directorypane=directory pane
  29. glasspane=glass pane
  30. filechooser=file chooser
  31. filler=filler
  32. frame=frame
  33. internalframe=internal frame
  34. label=label
  35. layeredpane=layered pane
  36. list=list
  37. listitem=list item
  38. menubar=menu bar
  39. menu=menu
  40. menuitem=menu item
  41. optionpane=option pane
  42. pagetab=page tab
  43. pagetablist=page tab list
  44. panel=panel
  45. passwordtext=password text
  46. popupmenu=popup menu
  47. progressbar=progress bar
  48. pushbutton=push button
  49. radiobutton=radio button
  50. rootpane=root pane
  51. rowheader=row header
  52. scrollbar=scroll bar
  53. scrollpane=scroll pane
  54. separator=separator
  55. slider=slider
  56. splitpane=split pane
  57. swingcomponent=swing component
  58. table=table
  59. text=text
  60. tree=tree
  61. togglebutton=toggle button
  62. toolbar=tool bar
  63. tooltip=tool tip
  64. unknown=unknown
  65. viewport=viewport
  66. window=window
  67. #
  68. # accessible relations
  69. #
  70. labelFor=label for
  71. labeledBy=labeled by
  72. memberOf=member of
  73. controlledBy=controlledBy
  74. controllerFor=controllerFor
  75. #
  76. # accessible states
  77. #
  78. active=active
  79. armed=armed
  80. busy=busy
  81. checked=checked
  82. collapsed=collapsed
  83. editable=editable
  84. expandable=expandable
  85. expanded=expanded
  86. enabled=enabled
  87. focusable=focusable
  88. focused=focused
  89. iconified=iconified
  90. modal=modal
  91. multiline=multiple line
  92. multiselectable=multiselectable
  93. opaque=opaque
  94. pressed=pressed
  95. resizable=resizable
  96. selectable=selectable
  97. selected=selected
  98. showing=showing
  99. singleline=single line
  100. transient=transient
  101. visible=visible
  102. vertical=vertical
  103. horizontal=horizontal
  104. #
  105. # END OF MATERIAL TO LOCALIZE
  106. #
  107.